G

GitHub Platform Agentic Workflow

Browser: List PRs — GitHub Platform Automation Workflow

Navigate to a GitHub repository's PR list and snapshot

Available free v1.0.0 Browser LLM
$ sidebutton install GitHub Platform
Download ZIP
github_browser_list_prs.yaml

Inputs

repo
string

Allowed Domains

Unrestricted — no domain lock enforced.

Step Summary

3 steps using step types: browser.navigatebrowser.snapshotbrowser.wait .

Workflow Definition

YAML source for the github_browser_list_prs.yaml workflow. This is the complete definition executed by the SideButton MCP server when GitHub Platform agents run this automation.

schema_version: 1
version: "1.0.0"
last_verified: "2026-02-09"
id: github_browser_list_prs
title: "Browser: List PRs"
description: "Navigate to a GitHub repository's PR list and snapshot"
category:
  level: task
  domain: engineering
  reusable: true
params:
  repo: string
steps:
  - type: browser.navigate
    url: "{{env.GITHUB_BROWSER_URL}}/{{repo}}/pulls"

  - type: browser.wait
    ms: 3000

  - type: browser.snapshot
    as: pr_list
    includeContent: true

How To Run

Install the GitHub Platform knowledge pack into your SideButton agent, then dispatch this workflow by its ID github_browser_list_prs.yaml. Agents invoke it directly via the MCP protocol or through the portal.